home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Core Concepts in Art 2
/
Core Concepts in Art (Frames of Reference)(The McGraw-Hill Companies)(2004).iso
/
mac
/
media
/
quiz.swf
/
scripts
/
DefineButton2_20
/
BUTTONCONDACTION on(release).as
next >
Wrap
Text File
|
2003-10-12
|
258b
|
10 lines
on(release){
_parent["chapt" + _parent.theChapter].splice(0,1);
if(_parent["chapt" + _parent.theChapter].length == 0)
{
_parent.quizArray.splice(0,1);
_parent.theChapter = _parent.quizArray[0];
}
_parent.nextQuestion();
}